home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / midi / justplay.lha / JustPlay / JustPlay.doc < prev    next >
Text File  |  1995-10-23  |  4KB  |  143 lines

  1.  
  2.  
  3.                                  JustPlay v1.1
  4.  
  5.                              by Grzegorz Calkowski
  6.  
  7.                            © 1995 The Beet Research
  8.  
  9.                              --- PUBLIC DOMAIN ---
  10.  
  11. ===============================================================================
  12.  
  13.  
  14. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  15.                                  UPDATE! WOW!
  16. Finally, after one year I've decided to release first update of JustPlay!!!!
  17. Ha, was JustPort so perfect that it didn't need any updates???  Well, almost...
  18. JustPlay v1.0 was designed to work only from Workbench...  this one is usable
  19. form CLI as well...  Also powerpacked modules are now decrunched, not only
  20. XPK-ed. Have fun.
  21. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  22.  
  23.  
  24. ONLY SHORT DESCRIPRION HERE.
  25.  
  26.      I'm fanatic workbench user so I wanted possibility to play a music module
  27. by double-clicking on its icon.  Yes, nothing simplier :-).  But I hadn't
  28. appropirate player to use in such way.  There is a lot of complicated, complex
  29. players with GUIs (and fountains...), but I hadn't such player, which name I
  30. could simply type into Default Tool field in icon.  So...
  31.  
  32. Here it is. JustPlay :-). Nothing more...
  33.  
  34.      It's very simple player based on ProTracker 2.1 cia-replay routine.  Can
  35. be used from Workbench in its usual ways:
  36.  
  37.      1. By putting JustPlay as a default tool.
  38.  
  39.      2. By selecting JustPlay icon and a module icon. 
  40.     (No doubt, never will be used 8)
  41.  
  42. And also from Shell: ---NEW v1.1---
  43.  
  44.      3. By passing module filepath as argument.
  45.  
  46.  
  47.      When you launch JustPlay from Workbench, an appicon will be created Note:
  48. icon image isn't bulti-in, it's taken from program icon, so DO NOT delete this
  49. icon (of course you can change it).  Double-click on it to stop the music and
  50. exit.  JustPlay can play modules crunched with a XPK compressor.  Just make
  51. sure xpkmaster.library and the compressors libs are available.
  52.  
  53.      When you run JustPlay while another one is running (playing) then it will
  54. signal the previous one to stop playing.  In such case you can pass no module
  55. what will be considerd as stop command. (---NEW v1.1---)
  56.  
  57.      JustPlay recognizes following ToolTypes:
  58.  
  59.     DMAWAIT=n     : Value for dma-wait. Suggested values for following
  60.               machines:
  61.  
  62.               A500/A600.................... 300
  63.               A1200 (no fast).............. 600
  64.               A1200 (fast)................. 800 <- default
  65.               A3000,A4000-30.............. 1100
  66.  
  67.                           ---NEW v1.1---
  68.                           A4000-40....................>2000
  69.                           (: Yeah, I've got one...! :)
  70.  
  71.  
  72.     ICONTEXT=<text>    : Title for the appicon.
  73.  
  74.     ICONXPOS=n    
  75.         ICONYPOS=n    : coordinates for the appicon.
  76.  
  77.  
  78.      And Shell template looks like:
  79.  
  80.         MODULE/A,DMAWAIT/K/N
  81.  
  82.      where:
  83.  
  84.         MODULE <path>   : Module filepath to play
  85.                           (note that MODULE keyword can be omitted)
  86.  
  87.         DMAWAIT=n       : See above
  88.  
  89.  
  90.      I include source code.  Do with it whatever you want.
  91.  
  92.  
  93.               Hope you find it useful....
  94.  
  95.                     Signed: GC/TBR 8-)
  96.  
  97. ===============================================================================
  98.  
  99. Feel free to contact me for any reason (pity, only Snail-mail available):
  100.  
  101.                     Grzegorz Calkowski
  102.                     Rzedowice
  103.                     ul.Dobrodzienska 8
  104.                     42-780 Dobrodzien
  105.                     POLAND
  106.  
  107.                                         phone: +48(0)34-575875
  108.  
  109.                     E-mail: calkowsk@us.edu.pl
  110.  
  111.  
  112.                                 Brief history:
  113.                                 --------------
  114.  
  115.  
  116. v1.0 (03.08.94)
  117.  
  118.     · First release of this one-day production.
  119.  
  120.  
  121. v1.1 (08.07.95)
  122.  
  123.     · Yeah, finally!
  124.  
  125.     · Now works also from Shell.
  126.  
  127.     · Running it second time will signal the previous one to quit.
  128.  
  129.     · NOICON tooltype no longer supported (thus you can't stop module by
  130.       both-buttons-click)
  131.  
  132.     · Added some bugs (no doubt - said Murphy ;).
  133.  
  134.     · Now also decrunches PowerPacked modules (via XPK, of course)
  135.       if powerpacker.library is available.
  136.  
  137.     · Fixed a Mungwall hit.
  138.  
  139.  
  140.        NO FURTHER UPDATES ARE BEING TAKEN INTO CONSIDERATION.... SORRY.
  141.                (Well, maybe somewhere in the middle of '96  ;-)
  142.  
  143.